IFontDisp - Ole Implementation

The system provides a standard implementation of a font object with the IFontDisp interface on top of the underlying system font support. A font object is created through the function OleCreateFontIndirectCL_D33. A font object supports a number of read-write properties as well as a set of methods through its interface IFont and supports the same set of properties (but not the methods) through a dispatch interface IFontDisp which is derived from IDispatch to provide access to the font s properties through Automation. The system implementation of the font object supplies both interfaces.

See Also

IFont, IFontDisp